Column CSS Registry entry
Specify the default font family and font size for
With this entry it is possible to specify the default font family and font size for
A KEHTMLFrame control has a default font and font size (typically set by the System): Times New Roman and Font size 3 in the example above.
Note:
This entry is available with
Usage
This Registry entry can be assigned to users and groups:
Key | User | Group | Group |
---|---|---|---|
Key 1 | User
|
Group
|
Group
|
Key 2 | user | group | Default
|
Key 3 | Table
|
||
Key 4 | table | ||
Key 5 | Column CSS
|
||
Key 6 | column | ||
Value | css |
User
|
user | Table
|
table | Column CSS
|
column | css |
Group
|
group | Table
|
table | Column CSS
|
column | css |
Group
|
Default
|
Table
|
table | Column CSS
|
column | css |
where:
column |
is the column to which the CSS settings are applied. Each KEHTMLFrame control is associated with a column. Note:
Unfortunately the What's this? Help tool does not work with KEHTMLFrame controls. The simplest way to identify the column name associated with a KEHTMLFrame control is to use the Report Properties dialog |
css |
is a CSS format. For example, the following value will set the default font to Arial with a font size of 2:
|
Example
The following example specifies the default font family and size for the KEHTMLFrame control on the
Key | Setting |
---|---|
Key 1 | Group
|
Key 2 | Default
|
Key 3 | Table
|
Key 4 | eletters
|
Key 5 | Column CSS
|
Key 6 | HTML
|
Value | body {font-family: arial;font-size: x-small;}
|